Skip to content

chore(release): 3.0.0#130

Merged
dangreen merged 1 commit into
mainfrom
simple-release
Jun 29, 2026
Merged

chore(release): 3.0.0#130
dangreen merged 1 commit into
mainfrom
simple-release

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

simple-release-tools

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • core,github-action: support maintenance branches (#150) (25a1820)
  • core,github-action: support snapshot releases (#149) (11ed7de)
  • github-action: read release options from action inputs (ba7f051)
  • node-gha,github-action: support Node.js GitHub Action releases (#151) (11a644f)
  • require Node.js 22 and pnpm 11 (4cd6fdf)

Bug Fixes

  • core: generate release notes for new fixed monorepo packages (#147) (c3a15ce)
  • core: show fallback notes for forced version bumps (#148) (41f36fe)
  • deps: update conventional changelog packages (0ac3291)
  • deps: update dependency @actions/github to v9 (#137) (1fb67a4)
  • deps: update dependency open to v11 (#141) (2f392a2)

@simple-release/config

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • require Node.js 22 and pnpm 11 (4cd6fdf)

@simple-release/core

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

Bug Fixes

  • generate release notes for new fixed monorepo packages (#147) (c3a15ce)
  • show fallback notes for forced version bumps (#148) (41f36fe)
  • update conventional changelog packages (0ac3291)

@simple-release/github

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • require Node.js 22 and pnpm 11 (4cd6fdf)

@simple-release/github-action

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • read release options from action inputs (ba7f051)
  • require Node.js 22 and pnpm 11 (4cd6fdf)
  • support maintenance branches (#150) (25a1820)
  • support Node.js GitHub Action releases (#151) (11a644f)
  • support snapshot releases (#149) (11ed7de)

Bug Fixes

  • update dependency @actions/github to v9 (#137) (1fb67a4)

@simple-release/node-gha

3.0.0 (2026-06-29)

Features

  • support Node.js GitHub Action releases (#151) (11a644f)

@simple-release/npm

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • require Node.js 22 and pnpm 11 (4cd6fdf)

@simple-release/pnpm

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • require Node.js 22 and pnpm 11 (4cd6fdf)

simple-github-release

3.0.0 (2026-06-29)

⚠ BREAKING CHANGES

  • Node.js 18 and 20 are no longer supported.

Features

  • require Node.js 22 and pnpm 11 (4cd6fdf)

Bug Fixes


This PR was generated with simple-release.

📄 Cheatsheet

You can configure the bot's behavior through a pull request comment using the !simple-release/set-options command.

Command Format

!simple-release/set-options

```json
{
  "bump": {},
  "publish": {}
}
```

Useful Parameters

Bump

Parameter Type Description
version string Force set specific version
as 'major' | 'minor' | 'patch' | 'prerelease' Release type
prerelease string Pre-release identifier (e.g., "alpha", "beta")
firstRelease boolean Whether this is the first release
skip boolean Skip version bump
byProject Record<string, object> Per-project bump options for monorepos

Publish

Parameter Type Description
skip boolean Skip publishing
access 'public' | 'restricted' Package access level
tag string Tag for npm publication

Usage Examples

Force specific version

!simple-release/set-options

```json
{
  "bump": {
    "version": "2.0.0"
  }
}
```

Force major bump

!simple-release/set-options

```json
{
  "bump": {
    "as": "major"
  }
}
```

Create alpha pre-release

!simple-release/set-options

```json
{
  "bump": {
    "prerelease": "alpha"
  }
}
```

Publish with specific access and tag

!simple-release/set-options

```json
{
  "bump": {
    "prerelease": "beta"
  },
  "publish": {
    "access": "public",
    "tag": "beta"
  }
}
```

Access Restrictions

The command can only be used by users with permissions:

  • repository owner
  • organization member
  • collaborator

Notes

  • The last comment with !simple-release/set-options command takes priority
  • JSON must be valid, otherwise the command will be ignored
  • Parameters apply only to the current release execution
  • The command can be updated by editing the comment or adding a new one

@github-actions github-actions Bot force-pushed the simple-release branch 14 times, most recently from 244bcac to 0d303a1 Compare June 27, 2026 13:25
@github-actions github-actions Bot changed the title chore(release): 3.0.0 chore(release): 2.5.0 Jun 27, 2026
@github-actions github-actions Bot changed the title chore(release): 2.5.0 chore(release): 3.0.0 Jun 27, 2026
@github-actions github-actions Bot force-pushed the simple-release branch 6 times, most recently from f8ad6e6 to 0904d3e Compare June 29, 2026 14:10
@dangreen dangreen merged commit be4acab into main Jun 29, 2026
@dangreen dangreen deleted the simple-release branch June 29, 2026 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant